-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: use incentives native tokens structs in staking impl #162
Conversation
1d74fb7
to
a033ee7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also need to change AstroportPool
: https://github.com/apollodao/cw-dex/blob/develop/cw-dex-astroport/src/pool.rs#L33
Lets also bump cosmwasm-std to 1.5.4 since there is an overflow bug in 1.5.3 |
a033ee7
to
6425784
Compare
6425784
to
6ccda69
Compare
6ccda69
to
2155779
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. now all we need is to update cw-it to an rc version using astroport v5 and copy all tests in cw-dex-astroport to also run against v5 pools
Tests will be completed later. Let me know if I need to move this to the
cw-dex
package. I can't remember which is being deprecated.